home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
research
/
examples
/
doc
/
cntour01
< prev
next >
Wrap
Text File
|
1997-07-08
|
392b
|
13 lines
; This batch file defines variables used in the examples in
; Chapter 11, "Plotting Multi-dimensional Arrays", of _Using IDL_.
; Restore Maroon Bells data into the IDL variable "elev".
RESTORE, FILEPATH('marbells.dat', SUBDIR=['examples','data'])
; Make the x and y vectors giving the position of each column and row.
X = 326.850 + .030 * FINDGEN(72)
Y = 4318.500 + .030 * FINDGEN(92)